MCPcopy Create free account
hub / github.com/ScriptedAlchemy/tracedecay / with_route

Method with_route

src/daemon.rs:138–141  ·  view source on GitHub ↗
(mut self, route: Option<HookRouteMetadata>)

Source from the content-addressed store, hash-verified

136
137 #[must_use]
138 pub fn with_route(mut self, route: Option<HookRouteMetadata>) -> Self {
139 self.route = route;
140 self
141 }
142
143 pub fn cursor_after_file_edit(rel_paths: Vec<String>) -> Self {
144 Self::new(HookAgent::Cursor, "afterFileEdit", rel_paths, None, None)

Callers 5

notify_post_tool_useFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected