MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / with_signature

Method with_signature

atomic-semantic/src/entity.rs:202–205  ·  view source on GitHub ↗

Builder method to set signature

(mut self, signature: impl Into<String>)

Source from the content-addressed store, hash-verified

200
201 /// Builder method to set signature
202 pub fn with_signature(mut self, signature: impl Into<String>) -> Self {
203 self.signature = Some(signature.into());
204 self
205 }
206
207 /// Builder method to set exported flag
208 pub fn with_exported(mut self, exported: bool) -> Self {

Callers 15

extract_functionMethod · 0.80
extract_classMethod · 0.80
extract_methodMethod · 0.80
extract_interfaceMethod · 0.80
extract_type_aliasMethod · 0.80
extract_enumMethod · 0.80
extract_moduleMethod · 0.80
test_entity_builderFunction · 0.80
walk_treeMethod · 0.80
extract_functionMethod · 0.80
extract_structMethod · 0.80

Calls

no outgoing calls

Tested by 1

test_entity_builderFunction · 0.64