MCPcopy Create free account
hub / github.com/Tencent/TAD_Sim / ignore_underscore

Function ignore_underscore

simcore/framework/src/cli/cli.hpp:2926–2926  ·  view source on GitHub ↗

Helper function to allow ignore_underscore to be passed to IsMember or Transform

Source from the content-addressed store, hash-verified

2924
2925/// Helper function to allow ignore_underscore to be passed to IsMember or Transform
2926inline std::string ignore_underscore(std::string item) { return detail::remove_underscore(item); }
2927
2928/// Helper function to allow checks to ignore spaces to be passed to IsMember or Transform
2929inline std::string ignore_space(std::string item) {

Callers

nothing calls this directly

Calls 1

remove_underscoreFunction · 0.85

Tested by

no test coverage detected