Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/csmith-project/csmith
/ has_uncertain_call_recursive
Method
has_uncertain_call_recursive
src/StatementAssign.cpp:371–375 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
369
}
370
371
bool
372
StatementAssign::has_uncertain_call_recursive(void) const
373
{
374
return expr.has_uncertain_call_recursive();
375
}
376
377
/*
378
*
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected