Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TactilityProject/Tactility
/ tt_bundle_put_string
Function
tt_bundle_put_string
TactilityC/Source/tt_bundle.cpp:49–51 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
}
48
49
void tt_bundle_put_string(BundleHandle handle, const char* key, const char* value) {
50
HANDLE_AS_BUNDLE(handle)->putString(key, value);
51
}
52
53
}
Callers
nothing calls this directly
Calls
1
putString
Method · 0.45
Tested by
no test coverage detected