Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tldraw/tldraw
/ endsWith
Method
endsWith
apps/docs/scripts/lib/utils.ts:140–142 ·
view source on GitHub ↗
(str: string)
Source
from the content-addressed store, hash-verified
138
}
139
140
endsWith(str: string) {
141
return
this.result.endsWith(str)
142
}
143
144
writeIfNeeded(str: string): this {
145
if
(!this.endsWith(str)) {
Callers
15
writeIfNeeded
Method · 0.95
stateToBlueprint
Function · 0.80
isAllowedOrigin
Function · 0.80
store-migrations.ts
File · 0.80
getOpenMenus
Function · 0.80
clearOpenMenus
Function · 0.80
handleKeyDown
Function · 0.80
putExcalidrawContent.test.tsx
File · 0.80
buildFromV1Document.test.ts
File · 0.80
DefaultPageMenu.tsx
File · 0.80
onSelect
Function · 0.80
getSelectionHandlePagePoint
Method · 0.80
Calls
no outgoing calls
Tested by
1
convertReactToVercel
Function · 0.64