Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WheretIB/nullc
/ GetResultInt
Method
GetResultInt
NULLC/Executor_LLVM.cpp:371–375 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
369
}
370
371
int ExecutorLLVM::GetResultInt()
372
{
373
assert(llvmReturnedType == LLVM_INT);
374
return llvmReturnedInt;
375
}
376
double ExecutorLLVM::GetResultDouble()
377
{
378
assert(llvmReturnedType == LLVM_DOUBLE);
Callers
nothing calls this directly
Calls
1
assert
Function · 0.85
Tested by
no test coverage detected