Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/covscript/covscript
/ csym_info
Class
csym_info
include/covscript/impl/compiler.hpp:97–101 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
95
};
96
97
struct csym_info {
98
std::string file;
99
std::vector<std::size_t> map;
100
std::vector<std::string> codes;
101
};
102
103
class compiler_type final {
104
public:
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected