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

Method cursor

src/main/java/field/graphics/FLine.java:1561–1563  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1559 @HiddenInAutocomplete
1560 public boolean asMap_isProperty(String p) {
1561
1562 if (knownNonProperties == null)
1563 knownNonProperties = computeKnownNonProperties();
1564
1565 if (knownNonProperties.contains(p)) return false;
1566

Callers 13

sampleByDistanceMethod · 0.95
byTrimmingBeforeMethod · 0.95
byStartingAtMethod · 0.95
sampleByNumberMethod · 0.95
sampleAtMethod · 0.95
sampleAtDMethod · 0.95
lengthMethod · 0.95
closeOnMethod · 0.80
initialPositionDownMethod · 0.80
apply_segmentMethod · 0.80
samplePointsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected