Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WheretIB/nullc
/ GetResultLong
Method
GetResultLong
NULLC/Executor.cpp:2288–2292 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2286
return lastResultDouble;
2287
}
2288
long long Executor::GetResultLong()
2289
{
2290
assert(lastResultType == OTYPE_LONG);
2291
return lastResultLong;
2292
}
2293
2294
const char* Executor::GetExecError()
2295
{
Callers
1
nullcGetResultLong
Function · 0.45
Calls
1
assert
Function · 0.85
Tested by
no test coverage detected