getFunctionViews
Syntax
getFunctionViews()
Arguments
None
Details
Return all the function views.
It returns a table with the following columns:
-
name: the function name.
-
body: the function body.
Examples
getFunctionViews()
| name | body |
|---|---|
| countTradeAll | countTradeAll |
