MCPcopy Create free account
hub / github.com/WasmEdge/WasmEdge / size

Method size

include/runtime/stackmgr.h:61–61  ·  view source on GitHub ↗

Getter for stack size.

Source from the content-addressed store, hash-verified

59
60 /// Getter for stack size.
61 size_t size() const noexcept { return ValueStack.size(); }
62
63 /// Unsafe getter for the top entry of the stack.
64 Value &getTop() { return ValueStack.back(); }

Callers 15

parseMethod · 0.45
add_optionMethod · 0.45
ArgumentParserClass · 0.45
argsGetMethod · 0.45
argsSizesGetMethod · 0.45
environGetMethod · 0.45
environSizesGetMethod · 0.45
fdPrestatGetMethod · 0.45
fdPrestatDirNameMethod · 0.45
randomGetMethod · 0.45
randomFilenameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected