MCPcopy Index your code
hub / github.com/php/frankenphp / Close

Method Close

watcher/watcher-go/watcher.go:77–80  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

75}
76
77func (w *Watcher) Close() {
78 C.wtr_watcher_close(w.cWatcher)
79 w.handle.Delete()
80}
81
82//export go_callback
83func go_callback(event C.struct_wtr_watcher_event, ctx unsafe.Pointer) {

Callers 15

ExampleFunction · 0.95
runTestFunction · 0.80
testFileUploadFunction · 0.80
untarFunction · 0.80
parseMethod · 0.80
TestNamespaceParserFunction · 0.80

Calls

no outgoing calls

Tested by 15

ExampleFunction · 0.76
runTestFunction · 0.64
testFileUploadFunction · 0.64
TestNamespaceParserFunction · 0.64
initServerFunction · 0.64