MCPcopy Create free account
hub / github.com/csyonghe/Spire / GetFunctions

Method GetFunctions

Source/SpireCore/Syntax.h:1161–1164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1159 return GetMembersOfType<UsingFileDecl>();
1160 }
1161 FilteredMemberList<FunctionSyntaxNode> GetFunctions()
1162 {
1163 return GetMembersOfType<FunctionSyntaxNode>();
1164 }
1165 FilteredMemberList<PipelineSyntaxNode> GetPipelines()
1166 {
1167 return GetMembersOfType<PipelineSyntaxNode>();

Callers 2

CompileMethod · 0.80
VisitProgramMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected