Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WheretIB/nullc
/ SetSourceStart
Method
SetSourceStart
NULLC/InstructionSet.h:488–492 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
486
}
487
488
void SetSourceStart(const char* start, const char* end)
489
{
490
sourceStart = start;
491
sourceEnd = end;
492
}
493
void Clear()
494
{
495
sourceInfo.clear();
Callers
1
Compile
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected