MCPcopy Create free account
hub / github.com/NVIDIA-RTX/Donut / from_string

Function from_string

src/core/string_utils.cpp:44–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42 }
43
44 template <> std::optional<bool> from_string(std::string const& s)
45 {
46 return stob(s);
47 }
48
49 template <> std::optional<float> parse(std::string_view s)
50 {

Callers

nothing calls this directly

Calls 1

stobFunction · 0.85

Tested by

no test coverage detected