MCPcopy Create free account
hub / github.com/MegEngine/MegEngine / char_length

Function char_length

lite/load_and_run/src/helpers/text_table.cpp:13–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11 os << std::setw(r) << ' ';
12}
13inline size_t char_length(char c) {
14 return c ? 1 : 0;
15}
16} // namespace
17
18void TextTable::adjuster_last_row() {

Callers 1

showMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected