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

Method setPasswordForShare

lib/DataSession.php:51–54  ·  view source on GitHub ↗
(string $token, string $password)

Source from the content-addressed store, hash-verified

49 }
50
51 public function setPasswordForShare(string $token, string $password): void
52 {
53 $this->setValue('data-password', $token, $password);
54 }
55
56 protected function setValue(string $key, string $token, string $value): void
57 {

Callers 2

indexPublicMethod · 0.80
indexPublicMinMethod · 0.80

Calls 1

setValueMethod · 0.95

Tested by

no test coverage detected