Skip to content

Feat/all procs

Georgy Moshkin requested to merge feat/all-procs into master

Related to #115 (closed)

Add proc::all_procs function, which will return an array of all procs defined with #[tarantool::proc] attribute.

Add proc::module_path function, which will return a path to the dynamic library in which the provided symbol is defined.

These two can be used to generate box.schema.func.create definitions, but this should be done by the user, because there's still no universal error-proof way of doing this.

Edited by Georgy Moshkin

Merge request reports