MCPcopy
hub / github.com/tldraw/tldraw / resolve

Method resolve

packages/tlschema/src/TLStore.ts:254–254  ·  view source on GitHub ↗

* Return a signal resolving an arbitrary user ID to display info. * Called when rendering attribution labels for shapes that may have been * created or edited by someone else. * The signal's value should be `null` if the user cannot be resolved.

(userId: string)

Source from the content-addressed store, hash-verified

252 * The signal's value should be `null` if the user cannot be resolved.
253 */
254 resolve?(userId: string): Signal<TLUser | null>
255}
256
257/**

Callers 15

control.test.tsFile · 0.65
tickFunction · 0.65
fnFunction · 0.65
pushMethod · 0.65
onReadyStateChangedMethod · 0.65
vitest.config.tsFile · 0.65
loadMethod · 0.65
loadMethod · 0.65
testClientFunction · 0.65

Implementers 2

ExportDelaypackages/editor/src/lib/exports/Export
PendingRequestsapps/mcp-app/src/shared/pending-reques

Calls

no outgoing calls

Tested by 4

tickFunction · 0.52
testClientFunction · 0.52
flushMicrotasksFunction · 0.52
flushFunction · 0.52