Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CommandCodeAI/BaseAI
/ splitText
Method
splitText
packages/baseai/src/utils/memory/chunker.ts:23–25 ·
view source on GitHub ↗
(text: string)
Source
from the content-addressed store, hash-verified
21
}
22
23
protected
async
splitText(text: string): Promise<string[]> {
24
throw
new
Error(
'splitText method must be implemented in subclass'
);
25
}
26
27
protected
async
mergeSplits(
28
splits: string[],
Callers
1
createChunks
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected