Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alangpierce/go-forceexport
/ functions
Functions
8 in github.com/alangpierce/go-forceexport
⨍
Functions
8
◇
Types & classes
4
↓ 4 callers
Function
GetFunc
GetFunc gets the function defined by the given fully-qualified name. The outFuncPtr parameter should be a pointer to a function with the appropriate t
forceexport.go:15
↓ 1 callers
Function
CreateFuncForCodePtr
CreateFuncForCodePtr is given a code pointer and creates a function value that uses that pointer. The outFun argument should be a pointer to a functio
forceexport.go:35
↓ 1 callers
Function
FindFuncWithName
FindFuncWithName searches through the moduledata table created by the linker and returns the function's code pointer. If the function was not found, i
forceexport.go:58
↓ 1 callers
Function
addOne
Note that we need to disable inlining here, or else the function won't be compiled into the binary. We also need to call it from the test so that the
forceexport_test.go:21
Function
TestAddOne
(t *testing.T)
forceexport_test.go:25
Function
TestGetSelf
(t *testing.T)
forceexport_test.go:40
Function
TestInvalidFunc
(t *testing.T)
forceexport_test.go:61
Function
TestTimeNow
(t *testing.T)
forceexport_test.go:8