MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / makePrintFlags

Function makePrintFlags

src/builtin/module_builtin_runtime.cpp:1502–1507  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1500 };
1501
1502 TypeDeclPtr makePrintFlags() {
1503 auto ft = new TypeDecl(Type::tBitfield);
1504 ft->alias = "print_flags";
1505 ft->argNames = { "escapeString", "namesAndDimensions", "typeQualifiers", "refAddresses", "singleLine", "fixedPoint", "fullTypeInfo" };
1506 return ft;
1507 }
1508
1509 template <>
1510 struct typeFactory<PrintFlags> {

Callers 2

makeMethod · 0.85
addRuntimeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected