MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / isSubRoutine

Method isSubRoutine

src/jrd/Routine.h:111–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109 void setStatement(Statement* value);
110
111 bool isSubRoutine() const { return subRoutine; }
112 void setSubRoutine(bool value) { subRoutine = value; }
113
114 bool isImplemented() const { return implemented; }

Callers 6

parseMethod · 0.80
pass1Method · 0.80
parseMethod · 0.80
pass1Method · 0.80
parseMethod · 0.80
PAR_dependencyFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected