MCPcopy Index your code
hub / github.com/HumbleUI/Skija / ManagedString

Method ManagedString

shared/java/ManagedString.java:10–13  ·  view source on GitHub ↗
(long ptr)

Source from the content-addressed store, hash-verified

8 static { Library.staticLoad(); }
9
10 @ApiStatus.Internal
11 public ManagedString(long ptr) {
12 super(ptr, _FinalizerHolder.PTR);
13 }
14
15 public ManagedString(@NotNull String s) {
16 this(_nMake(s));

Callers

nothing calls this directly

Calls 2

_nMakeMethod · 0.95
onNativeCallMethod · 0.95

Tested by

no test coverage detected