Skip to main content

list

Function list 

Source
pub fn list(pack: &Pack) -> DkpResult<Vec<ProcedureDef>>
Expand description

Enumerate all procedures defined in machine/procedures/.

A procedure is any file with a .schema.json suffix. The .wasm and .md companions are optional (absence is reported by validate_all, not here).