MCPcopy Create free account
hub / github.com/acl-dev/acl / operator []

Method operator []

lib_acl_cpp/src/stdlib/url_coder.cpp:215–218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213}
214
215const char* url_coder::operator [](const char* name) const
216{
217 return get(name, NULL);
218}
219
220bool url_coder::del(const char* name)
221{

Callers

nothing calls this directly

Calls 1

getFunction · 0.50

Tested by

no test coverage detected