MCPcopy Create free account
hub / github.com/apache/answer / IsShortLink

Method IsShortLink

internal/schema/siteinfo_schema.go:249–252  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

247}
248
249func (s *SiteSeoResp) IsShortLink() bool {
250 return s.Permalink == constant.PermalinkQuestionIDAndTitleByShortID ||
251 s.Permalink == constant.PermalinkQuestionIDByShortID
252}
253
254// AIPromptConfig AI prompt configuration for different languages
255type AIPromptConfig struct {

Callers 4

QuestionInfoRedirectMethod · 0.80
SitemapCronMethod · 0.80
EnableShortIDMethod · 0.80
SetShortIDFlagMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected