MCPcopy Create free account
hub / github.com/akeranen/the-one / replicate

Method replicate

routing/MessageRouter.java:647–647  ·  view source on GitHub ↗

Creates a replicate of this router. The replicate has the same settings as this router but empty buffers and routing tables. @return The replicate

()

Source from the content-addressed store, hash-verified

645 * @return The replicate
646 */
647 public abstract MessageRouter replicate();
648
649 /**
650 * Returns a String presentation of this router

Callers 2

MessageRouterMethod · 0.45
receiveMessageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected