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

Method duplicate

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

Source from the content-addressed store, hash-verified

2336 @Override
2337 public List<Completion> getCompletionsFor(String prefix) {
2338
2339 List<Completion> l1 = Dict.canonicalProperties().filter(x -> x.getAttributes().has(Dict.domain))
2340 .filter(x -> x.getAttributes().get(Dict.domain).contains("fnode"))
2341 .filter(x -> x.getName().startsWith(prefix))
2342 .map(q -> new Completion(-1, -1, q.getName(),
2343 " = <span class='type'>" + Conversions.fold(q.getTypeInformation(),

Callers 1

asMap_newMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected