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

Method with_exported

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

Builder method to set exported flag

(mut self, exported: bool)

Source from the content-addressed store, hash-verified

206
207 /// Builder method to set exported flag
208 pub fn with_exported(mut self, exported: bool) -> Self {
209 self.exported = exported;
210 self
211 }
212}
213
214/// An entity with change information (for Change Request summaries)

Callers 9

extract_functionMethod · 0.80
extract_classMethod · 0.80
extract_interfaceMethod · 0.80
extract_type_aliasMethod · 0.80
extract_enumMethod · 0.80
extract_moduleMethod · 0.80
test_entity_builderFunction · 0.80

Calls

no outgoing calls

Tested by 2

test_entity_builderFunction · 0.64