MCPcopy Create free account
hub / github.com/covscript/covscript / exist_record

Method exist_record

include/covscript/impl/runtime.hpp:146–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144 }
145
146 bool exist_record(std::string_view name)
147 {
148 return m_set.top().count(name) > 0;
149 }
150
151 bool exist_record_in_struct(std::string_view name)
152 {

Callers 1

trim_exprMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected