Skip to main content

eval

Function eval 

Source
pub fn eval(code: &str, now_ns: u64) -> KnowledgeResult<Vec<(String, String)>>
Expand description

在给定时刻求值全部变量((name, value);按代码行序)。