#Is there way to run function on module import?

1 messages · Page 1 of 1 (latest)

outer apex
#

I have a module, that should inits some global variables when i import it into another module using init function in it.
Is there way to make it automatically, avoiding calling module.initGlobalVars()?

desert ginkgo
#

if they can't be initialized at comptime, no

outer apex
#

Oh, ok