Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/FxEmbed/FxEmbed
/ String
Interface
String
src/strings.ts:4–6 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2
3
declare global {
4
interface
String {
5
format(options: { [find: string]: string }): string;
6
}
7
}
8
9
/* Useful little
function
to format strings
for
us */
Callers
15
esbuild.config.mjs
File · 0.85
main
Function · 0.85
constructInstagramPost
Function · 0.85
fetchInstagramCsrfToken
Function · 0.85
fetchInstagramLoggedOutSession
Function · 0.85
fetchInstagramHtml
Function · 0.85
fetchWebProfileInfo
Function · 0.85
fetchTimelineGraphqlPage
Function · 0.85
fetchCommentPageGraphql
Function · 0.85
constructInstagramConversation
Function · 0.85
ownerFallbackFromUser
Function · 0.85
fullUserFromWebProfile
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected