Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
convert
Function · 0.80
test_ffi_string_short_repacks_as_small
Method · 0.80
test_ffi_string_long_stays_heap
Method · 0.80
test_string
Function · 0.80
test_string_find_substr
Function · 0.80
Calls
4
InitData
Method · 0.95
InitTypeIndex
Method · 0.80
data
Method · 0.45
size
Method · 0.45
Tested by
4
test_ffi_string_short_repacks_as_small
Method · 0.64
test_ffi_string_long_stays_heap
Method · 0.64
test_string
Function · 0.64
test_string_find_substr
Function · 0.64