MCPcopy Create free account
hub / github.com/cmu-db/bustub / Strip

Method Strip

src/common/util/string_util.cpp:252–257  ·  view source on GitHub ↗

* Return a new string that has stripped all occurrences of the provided character from the provided string. * * NOTE: WASTEFUL. Performs a copy. Do NOT use for performance-critical code! * * @param str input string * @param c character to be removed * @return a new string with no occurrences of the provided character */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected