summaryrefslogtreecommitdiff
path: root/meta/3rd/OpenResty/library/resty.core.ctx.lua
blob: 7f94db15b4cc7d10185cd5bdc734e96c56a61baa (plain)
1
2
3
4
5
6
7
8
9
---@meta
local resty_core_ctx={}
resty_core_ctx._VERSION = require("resty.core.base").version

---@param ctx? table
---@return table
function resty_core_ctx.get_ctx_table(ctx) end

return resty_core_ctx