walk_code {drake}R Documentation

Static code analysis

Description

Static code analysis.

Usage

walk_code(expr, results, locals, restrict)

Arguments

expr

A function or expression.

results

A drake_deps object.

locals

An environment, a hash table of local variables.

restrict

An environment, a hash table for whitelisting global symbols.


[Package drake version 7.13.11 Index]