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

Enum charset

include/covscript/impl/compiler.hpp:91–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89 };
90
91 enum class charset {
92 ascii,
93 utf8,
94 gbk
95 };
96
97 struct csym_info {
98 std::string file;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected