Skip to main content

add_zcp

Function add_zcp 

Source
pub fn add_zcp(lua: &Lua) -> Result<(), Error>
Expand description

Adds the zcp function to the Lua environment for staging files.

ยงErrors

Returns an error if the zcp function cannot be set in the global environment.