Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bradfitz/campher
/ functions
Functions
48 in github.com/bradfitz/campher
⨍
Functions
48
◇
Types & classes
5
↓ 18 callers
Method
Eval
(str string)
perl/campher.go:298
↓ 10 callers
Method
String
()
perl/campher.go:177
↓ 9 callers
Method
EvalInt
(str string)
perl/campher.go:304
↓ 8 callers
Function
NewInterpreter
()
perl/campher.go:70
↓ 7 callers
Method
Call
Call calls cv with any provided args in scalar context.
perl/campher.go:268
↓ 6 callers
Method
Int
()
perl/campher.go:184
↓ 5 callers
Method
CV
CV returns an SV's code value or nil if the SV is not of that type.
perl/campher.go:288
↓ 5 callers
Method
NewInt
(val int)
perl/campher.go:93
↓ 5 callers
Method
newSvDecLater
newSvDecLater returns a new SV from a C.SV that has a reference count we need to decrement later.
perl/campher.go:87
↓ 3 callers
Method
Bool
()
perl/campher.go:188
↓ 3 callers
Method
EvalString
(str string)
perl/campher.go:308
↓ 2 callers
Method
CallVoid
Call calls cv any provided args in void context.
perl/campher.go:279
↓ 2 callers
Method
NewCV
(fn Callback)
perl/campher.go:120
↓ 2 callers
Method
buildCallArgs
(goargs ...interface{})
perl/campher.go:250
↓ 1 callers
Method
EvalFloat
(str string)
perl/campher.go:312
↓ 1 callers
Method
NewString
(val string)
perl/campher.go:97
↓ 1 callers
Method
Undef
()
perl/campher.go:103
↓ 1 callers
Function
callCampherGoFunc
export callCampherGoFunc
perl/campher.go:131
↓ 1 callers
Method
rawSvForFuncCall
(arg interface{})
perl/campher.go:195
↓ 1 callers
Method
setFinalizer
()
perl/campher.go:170
Function
TestDynamicLoading
(t *testing.T)
perl/campher_test.go:122
Function
TestFinalizer
(t *testing.T)
perl/campher_test.go:49
Function
TestGoCallback
(t *testing.T)
perl/campher_test.go:130
Function
TestGoCustomCallbacks
(t *testing.T)
perl/campher_test.go:162
Function
TestPerl
(t *testing.T)
perl/campher_test.go:13
Function
TestScalarCall
(t *testing.T)
perl/campher_test.go:102
Function
TestVoidCall
(t *testing.T)
perl/campher_test.go:74
Function
TestVoidNiladicCall
(t *testing.T)
perl/campher_test.go:59
Method
be_context
()
perl/campher.go:81
Function
campher_call_sv_scalar
arg is NULL-terminated and caller must free.
perl/campher.c:175
Function
campher_call_sv_void
arg is NULL-terminated and caller must free.
perl/campher.c:148
Function
campher_eval_pv
perl/campher.c:77
Function
campher_get_sv_bool
perl/campher.c:120
Function
campher_get_sv_cv
perl/campher.c:138
Function
campher_get_sv_float
perl/campher.c:133
Function
campher_get_sv_int
perl/campher.c:115
Function
campher_get_sv_string
perl/campher.c:125
Function
campher_init
perl/campher.c:10
Function
campher_mortal_sv_string
perl/campher.c:110
Function
campher_new_mortal_sv_int
perl/campher.c:85
Function
campher_new_perl
perl/campher.c:67
Function
campher_new_sv_int
perl/campher.c:90
Function
campher_new_sv_string
perl/campher.c:105
Function
campher_set_context
perl/campher.c:21
Function
campher_sv_decref
perl/campher.c:100
Function
campher_undef_sv
perl/campher.c:95
Function
init
()
perl/campher.go:53
Function
xs_init
perl/campher.c:58