Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/OneNoteDev/WebClipper
/ set
Method
set
src/scripts/communicator/smartValue.ts:43–49 ·
view source on GitHub ↗
(t: T)
Source
from the content-addressed store, hash-verified
41
}
42
43
public set(t: T): SmartValue<T> {
44
if
(this.t !== t) {
45
this.t = t;
46
this.notifySubscribers();
47
}
48
return
this;
49
}
50
51
public get(): T {
52
return
this.t;
Callers
15
tests
Method · 0.95
tests
Method · 0.95
jquery-2.2.0.min.js
File · 0.80
R
Function · 0.80
aa
Function · 0.80
sa
Function · 0.80
Qa
Function · 0.80
executeSessionEnd
Function · 0.80
handleSetUserSessionId
Function · 0.80
getInitialState
Method · 0.80
getResetState
Method · 0.80
capturePdfScreenshotContent
Method · 0.80
Calls
1
notifySubscribers
Method · 0.95
Tested by
no test coverage detected