MCPcopy Create free account
hub / github.com/colbymchenry/codegraph / opt_str

Function opt_str

codegraph-kernel/src/swift.rs:1613–1618  ·  view source on GitHub ↗
(arena: &mut Arena, s: Option<&str>)

Source from the content-addressed store, hash-verified

1611}
1612
1613fn opt_str(arena: &mut Arena, s: Option<&str>) -> StrRef {
1614 match s {
1615 Some(s) => arena.put(s),
1616 None => NONE_STR,
1617 }
1618}

Callers 1

create_nodeMethod · 0.70

Calls 1

putMethod · 0.65

Tested by

no test coverage detected