MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / pauseForBoot

Method pauseForBoot

src/main/java/fieldcef/browser/Browser.kt:788–790  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

786
787 fun pauseNow() {
788 paused = true
789 }
790
791 fun unpauseNow() {
792 paused = false
793 ignore = false

Callers 3

loadedMethod · 0.80
makeMethod · 0.80
makeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected