Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ConnectAI-E/TalkBase
/ exportUrl
Method
exportUrl
utils/BaseSchema/dataWriter.ts:30–35 ·
view source on GitHub ↗
(text: string)
Source
from the content-addressed store, hash-verified
28
}
29
30
exportUrl(text: string) {
31
return
{
32
type
:
"url"
,
33
text: text,
34
};
35
}
36
37
exportNumber(number: number) {
38
return
number;
Callers
1
parseOneField
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected