Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/StructuredLabs/preswald
/ get_workflow
Function
get_workflow
preswald/__init__.py:14–16 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
12
13
# Lazy getter to avoid circular import at startup
14
def
get_workflow():
15
from
preswald.engine.service
import
PreswaldService
16
return
PreswaldService.get_instance()._workflow
Callers
nothing calls this directly
Calls
1
get_instance
Method · 0.45
Tested by
no test coverage detected