Documentation
¶
Overview ¶
Foliage graph store debug package. Provides debug stateful functions for the graph store
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LLAPIObjectDebugPrint ¶
func LLAPIObjectDebugPrint(executor sfplugins.StatefunExecutor, contextProcessor *sfplugins.StatefunContextProcessor)
Prints to caonsole the content of an object the function being called on along with all its input and output links.
func LLAPIPrintGraph ¶ added in v0.1.1
func LLAPIPrintGraph(executor sfplugins.StatefunExecutor, contextProcessor *sfplugins.StatefunContextProcessor)
Print Graph from certain id using Graphviz
Algorithm: Sync BFS
Payload: { "ext": "dot" | "png" | "svg" // optional, default: "dot" "verbose": true | false // optional, default: false "depth": uint // optional, default: 256 }
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.