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

Function opt_str

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

Source from the content-addressed store, hash-verified

978}
979
980fn opt_str(arena: &mut Arena, s: Option<&str>) -> StrRef {
981 match s {
982 Some(s) => arena.put(s),
983 None => NONE_STR,
984 }
985}

Callers 1

create_nodeMethod · 0.70

Calls 1

putMethod · 0.80

Tested by

no test coverage detected