LucPrestin / Hidden-Modularity

MIT License
1 stars 0 forks source link

Trace network access #16

Closed LucPrestin closed 2 years ago

LucPrestin commented 2 years ago

Describe the idea you had

It would be interesting to see what happens on network access. A simple entry point would be

WebClient httpGet: 'https://google.com'

Sketch out how to do this

  1. note a hypothesis of what is to find
  2. Trace the code snippet above
  3. Extract the message graph
  4. Throw the message graph into the force simulation
  5. Document what you found

Additional Questions