MCPcopy Create free account
hub / github.com/artsy/force / split

Method split

src/Utils/WorkflowEngine.tsx:42–44  ·  view source on GitHub ↗
(leaf: Workflow[number])

Source from the content-addressed store, hash-verified

40 }
41
42 split(leaf: Workflow[number]) {
43 return [Object.keys(leaf)[0], Object.values(leaf)[0]]
44 }
45
46 decide(key: string) {
47 return this.conditions[key]()

Callers 15

currentMethod · 0.95
getArtistSubRouteFunction · 0.80
bareHostFunction · 0.80
getUserFunction · 0.80
GoogleOneTapContainerFunction · 0.80
parseSizeRangeFunction · 0.80
useWidgetObserverFunction · 0.80
artaLocationFunction · 0.80
HydrationErrorOverlayFunction · 0.80
rangeToTupleFunction · 0.80
NavBarSubMenu.tsxFile · 0.80

Calls

no outgoing calls

Tested by 1

renderServerRouteFunction · 0.64