Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/microfeed/microfeed
/ StringUtils.test.js
File
StringUtils.test.js
common-src/StringUtils.test.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{randomShortUUID, buildAudioUrlWithTracking, removeHostFromUrl} from
"./StringUtils"
;
2
3
test(
'randomShortUUID'
, () => {
4
expect(randomShortUUID().length).toBe(11);
Callers
nothing calls this directly
Calls
3
randomShortUUID
Function · 0.90
buildAudioUrlWithTracking
Function · 0.90
removeHostFromUrl
Function · 0.90
Tested by
no test coverage detected