Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GaijinEntertainment/daScript
/ insert
Method
insert
utils/dasFormatter/formatter.h:36–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
}
35
36
void insert(FormatOpt opt) {
37
options.emplace(opt);
38
}
39
40
private:
41
das_hash_set<FormatOpt> options;
Callers
4
MAIN_FUNC_NAME
Function · 0.45
yyparse
Function · 0.45
test_cases
Function · 0.45
main
Function · 0.45
Calls
1
emplace
Method · 0.45
Tested by
1
test_cases
Function · 0.36