Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codeaashu/claude-code
/ getBidi
Function
getBidi
src/ink/bidi.ts:39–44 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
37
}
38
39
function
getBidi() {
40
if
(!bidiInstance) {
41
bidiInstance = bidiFactory()
42
}
43
return
bidiInstance
44
}
45
46
/**
47
* Reorder an array of ClusteredChars from logical order to visual order
Callers
1
reorderBidi
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected