Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/PhotonLibOS
/ inner_function
Function
inner_function
common/test/test_alog.cpp:282–286 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
280
}
281
282
__attribute__((noinline))
283
uint64_t inner_function() {
284
char c =
'c'
;
285
return (uint64_t)&c + 1;
286
}
287
288
__attribute__((noinline))
289
void test_log(int x)
Callers
1
test_log
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected