package
0.0.0-20241206101623-7f4b0acd6936
Repository: https://github.com/volts-dev/volts.git
Documentation: pkg.go.dev

# Functions

CreateFuncForCodePtr is given a code pointer and creates a function value that uses that pointer.
FindFuncWithName searches through the moduledata table created by the linker and returns the function's code pointer.
GetFunc gets the function defined by the given fully-qualified name.
ValueOf returns a new Value initialized to the concrete value stored in the interface i.

# Variables

go:linkname Firstmoduledata runtime.firstmoduledata.

# Structs

No description provided by the author
Convenience struct for modifying the underlying code pointer of a function value.
No description provided by the author
No description provided by the author
String is the runtime representation of a string.
No description provided by the author