MCPcopy Create free account
hub / github.com/BernardoGiordano/Checkpoint / BaseType

Enum BaseType

common/script/scriptargs.cpp:37–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35namespace {
36 // picoc's own diagnostics are terse and unpunctuated; match them.
37 const char* baseName(enum BaseType base)
38 {
39 switch (base) {
40 case TypeInt:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected