Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
parse
Method · 0.80
pass1
Method · 0.80
parse
Method · 0.80
pass1
Method · 0.80
parse
Method · 0.80
PAR_dependency
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected