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

Method is_initial

include/covscript/impl/runtime.hpp:66–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64 }
65
66 bool is_initial() const
67 {
68 return m_data.size() == 1;
69 }
70
71 void add_set()
72 {

Callers 1

run_implMethod · 0.80

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected