MCPcopy Create free account
hub / github.com/acl-dev/acl / url_coder

Method url_coder

lib_acl_cpp/src/stdlib/url_coder.cpp:22–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22url_coder::url_coder(bool nocase /* = true */, dbuf_guard* dbuf /* = NULL */)
23: dbuf_obj(dbuf)
24, nocase_(nocase)
25{
26 init_dbuf(dbuf);
27 buf_ = NEW string(128);
28}
29
30url_coder::url_coder(const url_coder& coder, dbuf_guard* dbuf /* = NULL */)
31: dbuf_obj(dbuf)

Callers

nothing calls this directly

Calls 5

setFunction · 0.85
beginMethod · 0.80
stringClass · 0.50
c_strMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected