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

Method with_column

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

Builder method to set column

(mut self, column: u32)

Source from the content-addressed store, hash-verified

194
195 /// Builder method to set column
196 pub fn with_column(mut self, column: u32) -> Self {
197 self.column = Some(column);
198 self
199 }
200
201 /// Builder method to set signature
202 pub fn with_signature(mut self, signature: impl Into<String>) -> Self {

Callers 9

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

Calls

no outgoing calls

Tested by 1

test_entity_builderFunction · 0.64