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

Method data

lib/host/wasi/wasifunc.cpp:342–344  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

340public:
341 constexpr StaticVector() = default;
342 constexpr const T *data() const noexcept {
343 return reinterpret_cast<T *>(Storage);
344 }
345 constexpr T *data() noexcept { return reinterpret_cast<T *>(Storage); }
346 constexpr size_t size() const noexcept { return Size; }
347 template <typename... ArgsT>

Callers 15

resolvePathMethod · 0.45
bodyMethod · 0.45
fdPreadMethod · 0.45
fdPwriteMethod · 0.45
fdReadMethod · 0.45
fdReaddirMethod · 0.45
fdWriteMethod · 0.45
pathReadlinkMethod · 0.45
sockAddressAssignHelperFunction · 0.45
sockRecvFromMethod · 0.45
sockSendToMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected