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

Function opt_str

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

Source from the content-addressed store, hash-verified

845}
846
847fn opt_str(arena: &mut Arena, s: Option<&str>) -> StrRef {
848 match s {
849 Some(s) => arena.put(s),
850 None => NONE_STR,
851 }
852}

Callers 1

create_nodeMethod · 0.70

Calls 1

putMethod · 0.65

Tested by

no test coverage detected