tem_require_rq_store Subroutine

public subroutine tem_require_rq_store(L)

Load the rq_store script into the Lua state.

After calling this routine, following requires will not look up Lua scripts from the file system but instead try to fetch them from the rq_store.

Arguments

TypeIntentOptionalAttributesName
type(flu_State) :: L

Calls

proc~~tem_require_rq_store~~CallsGraph proc~tem_require_rq_store tem_require_rq_store proc~open_config_chunk open_config_chunk proc~tem_require_rq_store->proc~open_config_chunk

Called by

proc~~tem_require_rq_store~~CalledByGraph proc~tem_require_rq_store tem_require_rq_store proc~tem_open_distconf_array tem_open_distconf_array proc~tem_open_distconf_array->proc~tem_require_rq_store proc~tem_open_distconf tem_open_distconf proc~tem_open_distconf->proc~tem_require_rq_store proc~tem_restart_readheader tem_restart_readHeader proc~tem_restart_readheader->proc~tem_open_distconf proc~tem_load_restart tem_load_restart proc~tem_load_restart->proc~tem_restart_readheader

Contents

None