MCPcopy Index your code
hub / github.com/cargo-lambda/cargo-lambda / insert

Method insert

crates/cargo-lambda-metadata/src/cargo/watch.rs:272–274  ·  view source on GitHub ↗
(&mut self, path: &str, routes: FunctionRoutes)

Source from the content-addressed store, hash-verified

270 }
271
272 pub fn insert(&mut self, path: &str, routes: FunctionRoutes) -> Result<(), InsertError> {
273 self.inner.insert(path, routes)
274 }
275
276 pub fn is_empty(&self) -> bool {
277 self.raw.is_empty()

Callers 15

include_files_in_zipFunction · 0.80
runFunction · 0.80
lambda_environmentFunction · 0.80
test_base_environmentFunction · 0.80
parse_refMethod · 0.80
visit_mapMethod · 0.80
visit_seqMethod · 0.80
merge_routesFunction · 0.80

Calls

no outgoing calls