MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / operator[]

Method operator[]

src/remote/server/server.cpp:1195–1204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1193 }
1194
1195 PathName operator[](const PathName& keyType) const
1196 {
1197 unsigned pos = getPos(keyType);
1198 if (pos == ~0u)
1199 return "";
1200
1201 PathName rc;
1202 knownTypes[pos].value(rc);
1203 return rc;
1204 }
1205
1206 SpecificPlugins getSpecific(const PathName& keyType)
1207 {

Callers

nothing calls this directly

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected