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

Method getContextStackSize

src/ast/ast_program.cpp:28–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26 }
27
28 int Program::getContextStackSize() const {
29 return options.getIntOption("stack", policies.stack);
30 }
31
32 vector<EnumerationPtr> Program::findEnum ( const string & name ) const {
33 return library.findEnum(name,thisModule.get());

Callers 15

ModuleFileAccessMethod · 0.80
rtti_builtin_simulateFunction · 0.80
mainFunction · 0.80
pathtracerFunction · 0.80
FoldingVisitorMethod · 0.80
SimulateWithErrReportFunction · 0.80
part_a_run_on_threadFunction · 0.80
part_b_compile_on_threadFunction · 0.80
tutorialFunction · 0.80

Calls 1

getIntOptionMethod · 0.80

Tested by

no test coverage detected