You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
O have a few questions about the project, some of them could even go on the readme to clarify things for others as well.
1 - How much of the code is sent to the server when genereating a doc?(Only the selected code, the entire file/class, the entire project, the chain of methods called ?)
2 - Are these information sen't to sever ONLY when the function "Write Docs" is called or there is some data being sent periodically?
3 - What is the API called to generate these docs, a open source one? A private one?
The text was updated successfully, but these errors were encountered:
1 - How much of the code is sent to the server when genereating a doc?(Only the selected code, the entire file/class, the entire project, the chain of methods called ?)
The entire file 2 - Are these information sen't to sever ONLY when the function "Write Docs" is called or there is some data being sent periodically?
Only when "Write Docs" is called 3 - What is the API called to generate these docs, a open source one? A private one?
All of the functions that powers the servers you can find in the server/ folder or this repo
O have a few questions about the project, some of them could even go on the readme to clarify things for others as well.
1 - How much of the code is sent to the server when genereating a doc? (Only the selected code, the entire file/class, the entire project, the chain of methods called ?)
2 - Are these information sen't to sever ONLY when the function "Write Docs" is called or there is some data being sent periodically?
3 - What is the API called to generate these docs, a open source one? A private one?
The text was updated successfully, but these errors were encountered: