MCPcopy Create free account
hub / github.com/Thinkofname/UniverCity / execute_string

Method execute_string

lua/src/lib.rs:101–103  ·  view source on GitHub ↗

Loads and executes the passed string converting and returning the results of executing the string. This is works like lua's `loadstring` and will execute bytecode if passed it.

(&self, script: &str)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

testFunction · 0.80
test_stringFunction · 0.80
test_deFunction · 0.80

Calls 1

execute_named_stringMethod · 0.80

Tested by 3

testFunction · 0.64
test_stringFunction · 0.64
test_deFunction · 0.64