MCPcopy Create free account
hub / github.com/Tencent/plato / string_not_empty

Function string_not_empty

example/bfs_simple.cc:37–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35DEFINE_bool(part_by_in, false, "partition by in-degree");
36
37bool string_not_empty(const char*, const std::string& value) {
38 if (0 == value.length()) { return false; }
39 return true;
40}
41
42DEFINE_validator(input, &string_not_empty);
43

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected