MCPcopy Create free account
hub / github.com/carbonengine/trinity / MakeInlineString

Function MakeInlineString

shadercompiler/InlineString.h:20–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18};
19
20inline InlineString MakeInlineString( const char* start, const char* end )
21{
22 InlineString result;
23 result.start = start;
24 result.end = end;
25 return result;
26}
27
28inline InlineString MakeInlineString( const char* string )
29{

Callers 15

LookupGlobalMethod · 0.85
CompilerInputStreamMethod · 0.85
AddFunctionFunction · 0.85
AddConstantFunction · 0.85
PatchSemanticsFunction · 0.85
CompileEffectMethod · 0.85
GetMethodTypeMethod · 0.85
PatchStdlibFunctionsFunction · 0.85
ReplaceFloatModuloFunction · 0.85
CollectGlobalsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected