MCPcopy Create free account
hub / github.com/couchbase/fleece / to_int

Method to_int

Fleece/Support/diff_match_patch.hh:2396–2396  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2394 }
2395
2396 static ssize_t to_int(const string_t& str) { return traits::to_int(str.c_str()); }
2397
2398 static bool is_control(char_t c) { switch (traits::to_wchar(c)) { case L'\n': case L'\r': return true; } return false; }
2399

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected