Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BrasilAPI/BrasilAPI
/ getDate
Function
getDate
pages/sitemap.xml/index.jsx:6–10 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
4
const sMaxAge = 24 * 60 * 60;
5
6
const getDate = () => {
7
const date = new Date();
8
9
return date.toISOString().split(
'T'
)[0];
10
};
11
12
const getDocs = () => {
13
return [
Callers
2
index.jsx
File · 0.85
getServerSideProps
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected