Skip to main content

parse_invoke_info

Function parse_invoke_info 

Source
pub fn parse_invoke_info(log: &str) -> Option<(&str, usize)>
Expand description

Parse the canonical Program <id> invoke [<depth>] runtime log line. 返回 (program_id, depth)