MCPcopy Create free account
hub / github.com/comunes/kune / getStateTokenEncoded

Method getStateTokenEncoded

src/main/java/cc/kune/domain/Content.java:377–380  ·  view source on GitHub ↗

Gets the state token encoded. @return the state token encoded

()

Source from the content-addressed store, hash-verified

375 * @return the state token encoded
376 */
377 @Transient
378 public String getStateTokenEncoded() {
379 return getStateToken().getEncoded();
380 }
381
382 /**
383 * Gets the status.

Callers 2

toStringMethod · 0.95
toStringMethod · 0.45

Calls 2

getStateTokenMethod · 0.95
getEncodedMethod · 0.45

Tested by

no test coverage detected