MCPcopy Create free account
hub / github.com/Garten/sourcecraft / deletePlace

Method deletePlace

src/periphery/Places.java:56–58  ·  view source on GitHub ↗
(Place place)

Source from the content-addressed store, hash-verified

54 }
55
56 public void deletePlace(Place place) {
57 this.places.remove(place);
58 }
59
60 public boolean placesEmpty() {
61 return this.places.isEmpty();

Callers 1

initInputMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected