MCPcopy 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))
283uint64_t inner_function() {
284 char c = 'c';
285 return (uint64_t)&c + 1;
286}
287
288__attribute__((noinline))
289void test_log(int x)

Callers 1

test_logFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected