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

Method Subscope

src/main/java/fieldbox/boxes/Box.java:776–781  ·  view source on GitHub ↗
(fieldlinker.AsMap from)

Source from the content-addressed store, hash-verified

774 static public class Subscope implements fieldlinker.AsMap {
775 protected String prefix;
776 protected fieldlinker.AsMap delegateTo;
777
778 public Subscope(fieldlinker.AsMap from) {
779
780 this.prefix = Execution.context.get()
781 .peek().properties.getOrConstruct(IO.id);
782 this.delegateTo = from;
783 }
784

Callers

nothing calls this directly

Calls 3

getMethod · 0.65
getOrConstructMethod · 0.45
peekMethod · 0.45

Tested by

no test coverage detected