MCPcopy 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_NAMEFunction · 0.45
yyparseFunction · 0.45
test_casesFunction · 0.45
mainFunction · 0.45

Calls 1

emplaceMethod · 0.45

Tested by 1

test_casesFunction · 0.36