Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F7860408
context.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
255 B
Referenced Files
None
Subscribers
None
context.js
View Options
var
Immutable
=
require
(
"immutable"
);
function
Context
(
timestamp
,
ip
,
user_id
){
if
(
user_id
===
undefined
){
user_id
=
null
;
}
var
ret
=
Immutable
.
fromJS
({
timestamp
:
timestamp
,
ip
:
ip
,
user_id
:
user_id
});
return
ret
;
}
module
.
exports
=
Context
;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Aug 13, 18:01 (1 d, 21 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
870057
Default Alt Text
context.js (255 B)
Attached To
Mode
rS Sealious
Attached
Detach File
Event Timeline
Log In to Comment