MCPcopy Create free account
hub / github.com/apache/tvm-ffi / String

Method String

include/tvm/ffi/string.h:407–407  ·  view source on GitHub ↗

! * \brief avoid misuse of nullptr */

Source from the content-addressed store, hash-verified

405 * \brief avoid misuse of nullptr
406 */
407 String(std::nullptr_t) = delete; // NOLINT(*)
408 /*!
409 * \brief constructor
410 */

Callers 5

convertFunction · 0.80
test_stringFunction · 0.80
test_string_find_substrFunction · 0.80

Calls 4

InitDataMethod · 0.95
InitTypeIndexMethod · 0.80
dataMethod · 0.45
sizeMethod · 0.45

Tested by 4

test_stringFunction · 0.64
test_string_find_substrFunction · 0.64