Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F996076
context.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
354 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
;
}
if
(
timestamp
==
undefined
)
{
var
d
=
new
Date
();
timestamp
=
d
.
getTime
();
}
var
ret
=
Immutable
.
fromJS
({
timestamp
:
timestamp
,
ip
:
ip
||
null
,
user_id
:
user_id
});
return
ret
;
}
module
.
exports
=
Context
;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Dec 24, 09:12 (1 d, 1 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
557065
Default Alt Text
context.js (354 B)
Attached To
Mode
rS Sealious
Attached
Detach File
Event Timeline
Log In to Comment