Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
current
Method · 0.95
getArtistSubRoute
Function · 0.80
bareHost
Function · 0.80
getUser
Function · 0.80
GoogleOneTapContainer
Function · 0.80
parseSizeRange
Function · 0.80
useWidgetObserver
Function · 0.80
artaLocation
Function · 0.80
HydrationErrorOverlay
Function · 0.80
rangeToTuple
Function · 0.80
getArtworkLocationSearchableText
Function · 0.80
NavBarSubMenu.tsx
File · 0.80
Calls
no outgoing calls
Tested by
1
renderServerRoute
Function · 0.64