Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Meituan-Dianping/SQLAdvisor
/ f
Function
f
cmake/stack_direction.c:19–23 ·
view source on GitHub ↗
Check stack direction (0-down, 1-up) */
Source
from the content-addressed store, hash-verified
17
18
/* Check stack direction (0-down, 1-up) */
19
int f(int *a)
20
{
21
int b;
22
return(&b > a)?1:0;
23
}
24
/*
25
Prevent compiler optimizations by calling function
26
through pointer.
Callers
3
applyInOrder
Function · 0.85
Transform256
Function · 0.85
Transform512
Function · 0.85
Calls
no outgoing calls
Tested by
1
applyInOrder
Function · 0.68