Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Achain-Dev/Achain
/ init_exp
Function
init_exp
src/Chain/libraries/glua/lparser.cpp:146–150 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
144
145
146
static void init_exp(expdesc *e, expkind k, int i) {
147
e->f = e->t = NO_JUMP;
148
e->k = k;
149
e->u.info = i;
150
}
151
152
153
static void codestring(LexState *ls, expdesc *e, TString *s) {
Callers
8
codestring
Function · 0.85
singlevaraux
Function · 0.85
codeclosure
Function · 0.85
constructor
Function · 0.85
funcargs
Function · 0.85
simpleexp
Function · 0.85
assignment
Function · 0.85
mainfunc
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected