MCPcopy Create free account
hub / github.com/Snapchat/Valdi / retainDisposables

Method retainDisposables

valdi/src/valdi/runtime/Context/Context.cpp:398–400  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

396}
397
398void Context::retainDisposables() {
399 _disposableRefCount++;
400}
401
402void Context::releaseDisposables() {
403 auto value = --_disposableRefCount;

Callers 8

JSContextWrapperMethod · 0.80
TESTFunction · 0.80
withJsContextFunction · 0.80
retainMethod · 0.80
doOnCreateMethod · 0.80
JavaScriptRuntimeMethod · 0.80
runtimeCreateContextMethod · 0.80

Calls

no outgoing calls

Tested by 2

JSContextWrapperMethod · 0.64
TESTFunction · 0.64