Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MariaDB/server
/ array_value
Function
array_value
client/mysql.cc:4448–4454 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4446
4447
4448
static const char *array_value(const char **array, char key)
4449
{
4450
for (; *array; array+= 2)
4451
if (**array == key)
4452
return array[1];
4453
return 0;
4454
}
4455
4456
4457
static void
Callers
1
xmlencode_print
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected