Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SpartanJ/eepp
/ SyntaxRepository
Function
SyntaxRepository
include/eepp/ui/doc/syntaxdefinition.hpp:158–158 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
156
std::vector<SyntaxPattern> patterns;
157
158
SyntaxRepository() {}
159
160
SyntaxRepository( std::vector<SyntaxPattern>&& patterns ) : patterns( std::move( patterns ) ) {}
161
};
Callers
1
syntaxdefinition.cpp
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected