MCPcopy Create free account
hub / github.com/csmith-project/csmith / ignore_spaces

Method ignore_spaces

src/StringUtils.cpp:58–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58void
59StringUtils::ignore_spaces(const string &str, size_t &pos)
60{
61 while (is_space(str[pos]))
62 ++pos;
63}
64
65std::string
66StringUtils::get_substring(const std::string &s, const char open_delim, const char close_delim)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected