MCPcopy Create free account
hub / github.com/Rello/analytics / getPasswordForShare

Method getPasswordForShare

lib/DataSession.php:24–27  ·  view source on GitHub ↗
(string $token)

Source from the content-addressed store, hash-verified

22 }
23
24 public function getPasswordForShare(string $token): ?string
25 {
26 return $this->getValue('data-password', $token);
27 }
28
29 protected function getValue(string $key, string $token): ?string
30 {

Callers 3

indexPublicMethod · 0.80
indexPublicMinMethod · 0.80
readPublicMethod · 0.80

Calls 1

getValueMethod · 0.95

Tested by

no test coverage detected