Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ConnectAI-E/TalkBase
/ exportString
Method
exportString
utils/BaseSchema/dataWriter.ts:41–43 ·
view source on GitHub ↗
(string: string)
Source
from the content-addressed store, hash-verified
39
}
40
41
exportString(string: string) {
42
return
string;
43
}
44
45
exportBoolean(boolean: boolean) {
46
return
boolean;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected