Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ConnectAI-E/TalkBase
/ exportText
Method
exportText
utils/BaseSchema/dataWriter.ts:23–28 ·
view source on GitHub ↗
(text: string)
Source
from the content-addressed store, hash-verified
21
}
22
23
exportText(text: string) {
24
return
{
25
type
:
"text"
,
26
text: text,
27
};
28
}
29
30
exportUrl(text: string) {
31
return
{
Callers
2
parseOneField
Method · 0.95
dataWriter.spec.ts
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected