MCPcopy Create free account
hub / github.com/assaultcube/AC / getline

Method getline

source/src/crypto.cpp:1231–1235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1229}
1230
1231struct certline *cert::getline(const char *key)
1232{
1233 loopv(lines) if(!strcasecmp(lines[i].key, key)) return &lines[i];
1234 return NULL;
1235}
1236
1237const char *cert::getval(const char *key)
1238{

Callers

nothing calls this directly

Calls 1

loopvFunction · 0.70

Tested by

no test coverage detected