-
Notifications
You must be signed in to change notification settings - Fork 0
📝 Add docstrings to codex/define-ddlog-types-for-positions,-blocks,-and-slopes
#18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: codex/define-ddlog-types-for-positions,-blocks,-and-slopes
Are you sure you want to change the base?
Conversation
…and-slopes` Docstrings generation was requested by @leynos. * #17 (comment) The following files were modified: * `src/extractor.rs` * `src/middleware.rs` * `src/server.rs`
Reviewer's GuideThis PR enriches code documentation by adding comprehensive docstrings to Class Diagram: Documented Methods in WireframeServerclassDiagram
class WireframeServer~F~ {
+new(factory: F) Self
+workers(count: usize) Self
+bind(addr: SocketAddr) IOResult~Self~
+run() IOResult~void~
}
Class Diagram: Documented Methods in NextclassDiagram
class Next~'a, S~ {
+new(service: &S) Self
+call(req: ServiceRequest) Result~ServiceResponse, S_Error~
}
Class Diagram: Documented Deref Method in SharedStateclassDiagram
class SharedState~T~ {
+deref() &T
}
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Important Review skippedCodeRabbit bot authored PR detected. To trigger a single review, invoke the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Docstrings generation was requested by @leynos.
The following files were modified:
src/extractor.rs
src/middleware.rs
src/server.rs
These file types are not supported
physics/physics.dl
ℹ️ Note
Summary by Sourcery
Add comprehensive docstrings with usage examples to public API methods across server, middleware, and extractor modules.
Documentation: