MCPcopy Create free account
hub / github.com/cowprotocol/services / add_submodule

Method add_submodule

contracts/src/codegen.rs:86–89  ·  view source on GitHub ↗
(mut self, submodule: Submodule)

Source from the content-addressed store, hash-verified

84 }
85
86 pub fn add_submodule(mut self, submodule: Submodule) -> Self {
87 self.submodules.push(submodule);
88 self
89 }
90
91 /// Generate contract crates under `output_dir`:
92 /// - `contracts-generated/<name>/` per-contract crates

Callers 1

build_moduleFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected