MCPcopy Create free account
hub / github.com/antvis/F2Native / get

Method get

android/f2native/src/main/java/com/antgroup/antv/f2/F2Log.java:17–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15 }
16
17 public static F2LogService get() {
18 if (mF2LogService == null) {
19 mF2LogService = new F2LogDefault();
20 }
21 return mF2LogService;
22 }
23}

Callers 15

innerLogMethod · 0.95
TouchEventMethod · 0.95
initMethod · 0.95
playAnimationMethod · 0.95
runMethod · 0.95
swapMethod · 0.95
finalizeMethod · 0.95
innerLogMethod · 0.95
setStrokeStyleMethod · 0.95
setFillStyleMethod · 0.95
getFormatTimeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected